home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr51 / kw110.zip / KWDEMO1.BAS < prev    next >
BASIC Source File  |  1993-04-01  |  330b  |  8 lines

  1. 10 INPUT "SCAN NOW: ";X$
  2. 20 PRINT "The variable X$ is now equal to: ";X$
  3. 30 END
  4. 40 REM  This short BASIC routine uses the BASIC INPUT command to input a
  5. 50 REM  bar code message.  After scanning a bar code, the variable X$ will
  6. 60 REM  contain the bar code message.  Both bar code and keyboard input
  7. 70 REM  are possible.
  8.